home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / bltc127.zip / BLTXMPLS.ZIP / README < prev   
Text File  |  1995-02-08  |  1KB  |  27 lines

  1. 8-Feb-95
  2.  
  3. ACPART   DBF       488   2-06-95 11:11p  Can be used with B2_X01.C
  4. B2_XUPD  C       18202   2-08-95  6:27p  Sample UpdateXB source
  5. B2_X01   C        8254   2-08-95  6:12p  Sample read "any" DBF
  6. B2_LAI10 C        6493   1-05-95  1:00a  Sample AddRecord/Reindex
  7. BULLET2  H        6948   2-02-95  7:11p  Bullet/2 header for OS/2
  8.  
  9. Just some samples I've done while do the OS/2 version of Bullet.  They
  10. may need adjusting for use with your compiler, but the concepts are
  11. they same.  This is a temporary release.
  12.  
  13. B2_XUPD.C shows how to use the transaction routine UpdateXB with two
  14. index files.  Requires Bullet 1.23 or later for Windows (the 1.21
  15. shareware version will GPF sometimes).  Any DOS version is okay.
  16.  
  17. B2_X01.C shows how you could read in a DBF and work with it, even without
  18. having the "struct"s in your program.  It expects a DBF on the command
  19. line.  ACPART.DBF works since it's both short and have only a few fields.
  20. This way, everything fits in one screen.
  21.  
  22. B2_LAI10.C is similar to the sample in the current Bullet releases.  Not
  23. much new, except perhaps fewer problems in compliancy, etc.
  24.  
  25.  
  26.  
  27.